Flip

interface Flip : Animation

Flip animation interface.

This animation instructs the drone to flip in place around one of its axes. The axis in question depends on the instructed flip direction.

Types

Link copied to clipboard
Flip animation configuration class.
Link copied to clipboard
Flip directions.

Functions

Link copied to clipboard
Retrieves currently applied flip direction.
Link copied to clipboard
@IntRange(from = 0, to = 100)
abstract fun getProgress(): Int
Retrieves current animation progress.
Link copied to clipboard
Retrieves current animation execution status.
Link copied to clipboard
Retrieves the animation type.
Link copied to clipboard
Tells whether the animation matches some configuration.